home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / finfo16.zip / UFDIR.BAT < prev   
DOS Batch File  |  1988-01-19  |  272b  |  16 lines

  1. @echo off
  2. if .%2 == . goto usage
  3. if not exist %1 goto usage
  4.  
  5. finfo %2 <%1 >%TMP%\t
  6. copy %TMP%\t %1
  7. del %TMP%\t
  8. bac c:\pcb\gen\dir* i:\gen
  9. goto end
  10.  
  11. :usage
  12. echo Usage:    ufdir FILE_LISTING FILE_DIRECTORY
  13. echo Example:  ufdir c:\pcb\gen\dir1 c:\shsbox
  14.  
  15. :end
  16.